home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vitalis.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  317 b   |  18 lines

  1. on mouseUp
  2.   if the mouseCast = 6 then
  3.     unLoad(cast 6)
  4.     set the visible of sprite 2 to 0
  5.     set the visible of sprite 3 to 0
  6.     set the visible of sprite 4 to 0
  7.     go("loop")
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   if the movieTime of sprite 5 = the duration of cast 6 then
  13.     go(1)
  14.   else
  15.     go("vid1")
  16.   end if
  17. end
  18.